Click or drag to resize

ServiceGetNonIndexableItemDetails Method (IListString, Int32)

Gets the non indexable item details.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetNonIndexableItemDetailsResponse GetNonIndexableItemDetails(
	IList<string> mailboxes,
	int pageSize
)

Parameters

mailboxes
Type: System.Collections.GenericIListString
The mailboxes.
pageSize
Type: SystemInt32
Size of the page.

Return Value

Type: GetNonIndexableItemDetailsResponse
GetNonIndexableItemDetailsResponse.
See Also